Is there a good resource for learning Rails in depth? [closed]
Posted
by
Kocheez
on Programmers
See other posts from Programmers
or by Kocheez
Published on 2012-10-26T23:46:08Z
Indexed on
2012/10/27
5:17 UTC
Read the original article
Hit count: 506
ruby
|ruby-on-rails
I've been developing rails applications for about 6 months now (I was originally a java developer) and I'm getting familiar enough with building applications that I want to take my rails knowledge to the next level.
The majority of books and learning materials I've found deal mostly with "how to use rails" rather than "how it works".
I was wondering if there are any good resources for getting a really in depth understanding of the framework, such as how modules and classes are loaded, the underlying architecture, how servers interact, etc...
Any tips on learning more would be greatly appreciated
© Programmers or respective owner